home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- set FN=BILL SHIELDS
- if !FN==! goto noenv
-
- : Create private message to %FN% from SYSOP in conference 2
- pcbmsg /D:test.fil /M:*ENVIRONMENT /F:SYSOP "/T:%FN%" /C:2 /S:*
- :noenv
-
- : Create private message to Bill Shields From SYSOP for Conference 1
- pcbmsg /D:test.fil /M:*WORKS? /F:SYSOP "/T:BILL SHIELDS" /C:1 /S:*
-
- : Create public message from SYSOP to Bill shields conference 0
- pcbmsg /D:test.fil /M:DEFAULT /F:SYSOP "/T:BILL SHIELDS"
-
- : Create file to SYSOP from DOS conference 3
- pcbmsg /D:test.fil "/M:~DOS COMMENT" /F:DOS /T:SYSOP /C:3 /S:~
-